toggle menu
Spring Boot Kotlin API
4.0.0-M3
jvm
switch theme
search in API
Spring Boot Kotlin API
/
org.springframework.boot.docs.io.restclient.httpservice.groups.repeat
/
[jvm]EchoService
Echo
Service
interface
EchoService
Members
Functions
echo
Link copied to clipboard
@
PostExchange
(
value
=
"/echo"
)
abstract
fun
echo
(
@
RequestBody
message
:
Map
<
String
,
String
>
)
:
Map
<
out
Any
,
out
Any
>